projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa933dc
)
[IA64] print command line of xen
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Mon, 28 Aug 2006 19:31:35 +0000
(13:31 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Mon, 28 Aug 2006 19:31:35 +0000
(13:31 -0600)
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
xen/arch/ia64/xen/xensetup.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/xensetup.c
b/xen/arch/ia64/xen/xensetup.c
index 05e8b8dc57d9fe8a7f67a0217e566dfa694dd2f2..8c2140972eb9599f91e82d84883b73ecb1cebb1f 100644
(file)
--- a/
xen/arch/ia64/xen/xensetup.c
+++ b/
xen/arch/ia64/xen/xensetup.c
@@
-287,6
+287,7
@@
void start_kernel(void)
ia64_boot_param->initrd_size = 0;
}
+ printk("Xen command line: %s\n", saved_command_line);
/* xenheap should be in same TR-covered range with xen image */
xenheap_phys_end = xen_pstart + xenheap_size;
printk("xen image pstart: 0x%lx, xenheap pend: 0x%lx\n",